Html Css Color HEX #AF26CC Dark Orchid

📋 copy color: '#AF26CC'

red 175 ◦ green 38 ◦ blue 204

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

Shades of Dark Orchid #AF26CC

Tints of Dark Orchid #AF26CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 48.92%

R = 41.97%
G = 9.11%
B = 48.92%

CMYK

 C value IS 0.14

 M value IS 0.81

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AF26CC (or 0xAF26CC) is known color: Dark Orchid. HEX triplet: AF, 26 and CC. RGB value is (175,38,204). Sum of RGB (Red+Green+Blue) = 175+38+204=417 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.97% from 417); Green value is 38 (15.23% from 255 or 9.11% from 417); Blue value is 204 (80.08% from 255 or 48.92% from 417); Max value from RGB is 204 - color contains mainly: blue. Hex color #AF26CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF26CC is #50D933. Grayscale: #616161. Windows color (decimal): -5298484 or 13379247. OLE color: 13379247.

HSL color Cylindrical-coordinate representation of color #AF26CC: hue angle of 289.52º degrees, saturation: 0.69, 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 #AF26CC is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 175 38 204 -
CMYK 0.14 0.81 0 0.2
HSL 289.52º 0.69% 0.47% -
HSV(B) 289.52º 0.81% 0.8% -
XYZ 29.27 14.86 58.45 -
YUV 97.89 187.89 183 -
System Red Green Blue C M Y K H S L
Decimal 175 38 204 0.14 0.81 0 0.2 289.52 0.69 0.47
Hex AF 26 CC E 51 0 14 122 45 2F
Octal 257 46 314 16 121 0 24 442 105 57
Binary 10101111 100110 11001100 1110 1010001 0 10100 100100010 1000101 101111

Color Harmonies of #AF26CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF26CC

Black with #AF26CC

Text Example


Text Example

White with #AF26CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF26CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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