Html Css Color HEX #AF26CB Dark Orchid

📋 copy color: '#AF26CB'

red 175 ◦ green 38 ◦ blue 203

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

Shades of Dark Orchid #AF26CB

Tints of Dark Orchid #AF26CB

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.13%

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

R = 42.07%
G = 9.13%
B = 48.8%

CMYK

 C value IS 0.14

 M value IS 0.81

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AF26CB (or 0xAF26CB) is known color: Dark Orchid. HEX triplet: AF, 26 and CB. RGB value is (175,38,203). Sum of RGB (Red+Green+Blue) = 175+38+203=416 (55% of max value = 765). Red value is 175 (68.75% from 255 or 42.07% from 416); Green value is 38 (15.23% from 255 or 9.13% from 416); Blue value is 203 (79.69% from 255 or 48.80% from 416); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF26CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF26CB is #50D934. Grayscale: #616161. Windows color (decimal): -5298485 or 13313711. OLE color: 13313711.

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

Color convert

RGB 175 38 203 -
CMYK 0.14 0.81 0 0.20
HSL 289.82º 0.68% 0.47% -
HSV(B) 289.82º 0.81% 0.8% -
XYZ 29.15 14.81 57.82 -
YUV 97.77 187.39 183.08 -
System Red Green Blue C M Y K H S L
Decimal 175 38 203 0.14 0.81 0 0.20 289.82 0.68 0.47
Hex AF 26 CB E 51 0 14 122 44 2F
Octal 257 46 313 16 121 0 24 442 104 57
Binary 10101111 100110 11001011 1110 1010001 0 10100 100100010 1000100 101111

Color Harmonies of #AF26CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF26CB

Black with #AF26CB

Text Example


Text Example

White with #AF26CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF26CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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