Html Css Color HEX #AF38CB Dark Orchid

📋 copy color: '#AF38CB'

red 175 ◦ green 56 ◦ blue 203

#AF38CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #AF38CB

Tints of Dark Orchid #AF38CB

RGB

 RED value IS 175 (68.75% from 255) = 40.32%

 GREEN value IS 56 (22.27% from 255) = 12.9%

 BLUE value IS 203 (79.69% from 255) = 46.77%

R = 40.32%
G = 12.9%
B = 46.77%

CMYK

 C value IS 0.14

 M value IS 0.72

 Y value IS 0

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AF38CB (or 0xAF38CB) is known color: Dark Orchid. HEX triplet: AF, 38 and CB. RGB value is (175,56,203). Sum of RGB (Red+Green+Blue) = 175+56+203=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 56 (22.27% from 255 or 12.90% from 434); Blue value is 203 (79.69% from 255 or 46.77% from 434); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF38CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF38CB is #50C734. Grayscale: #6B6B6B. Windows color (decimal): -5293877 or 13318319. OLE color: 13318319.

HSL color Cylindrical-coordinate representation of color #AF38CB: hue angle of 288.57º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AF38CB is Cyan = 0.14, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 175 56 203 -
CMYK 0.14 0.72 0 0.20
HSL 288.57º 0.59% 0.51% -
HSV(B) 288.57º 0.72% 0.8% -
XYZ 29.87 16.25 58.06 -
YUV 108.34 181.42 175.55 -
System Red Green Blue C M Y K H S L
Decimal 175 56 203 0.14 0.72 0 0.20 288.57 0.59 0.51
Hex AF 38 CB E 48 0 14 121 3B 33
Octal 257 70 313 16 110 0 24 441 73 63
Binary 10101111 111000 11001011 1110 1001000 0 10100 100100001 111011 110011

Color Harmonies of #AF38CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF38CB

Black with #AF38CB

Text Example


Text Example

White with #AF38CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF38CB; }

 p { color: rgb(175,56,203); }

 H1.HeaderClassName
 {
   color: #AF38CB;
 }
 .AnyTagClassName
 {
   color: #AF38CB;
 }
</style>

background-color css

<style>
 a { background-color: #AF38CB; }

 a { background-color: rgb(175,56,203); }

 div.DivClassName
 {
   background-color: #AF38CB;
 }
 .BgClassName
 {
   background-color: #AF38CB;
 }
</style>

border-color css

<style>
 span { border-color: #AF38CB; }

 span { border-color: rgb(175,56,203); }

 td.TdClassName
 {
   border-color: #AF38CB;
 }
 .TagClassName
 {
   border-color: #AF38CB;
 }
</style>