Html Css Color HEX #AF26DF Dark Orchid

📋 copy color: '#AF26DF'

red 175 ◦ green 38 ◦ blue 223

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

Shades of Dark Orchid #AF26DF

Tints of Dark Orchid #AF26DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 51.15%

R = 40.14%
G = 8.72%
B = 51.15%

CMYK

 C value IS 0.22

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF26DF (or 0xAF26DF) is known color: Dark Orchid. HEX triplet: AF, 26 and DF. RGB value is (175,38,223). Sum of RGB (Red+Green+Blue) = 175+38+223=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 38 (15.23% from 255 or 8.72% from 436); Blue value is 223 (87.5% from 255 or 51.15% from 436); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF26DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF26DF is #50D920. Grayscale: #636363. Windows color (decimal): -5298465 or 14624431. OLE color: 14624431.

HSL color Cylindrical-coordinate representation of color #AF26DF: hue angle of 284.43º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AF26DF is Cyan = 0.22, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 38 223 -
CMYK 0.22 0.83 0 0.13
HSL 284.43º 0.74% 0.51% -
HSV(B) 284.43º 0.83% 0.87% -
XYZ 31.69 15.83 71.2 -
YUV 100.05 197.39 181.46 -
System Red Green Blue C M Y K H S L
Decimal 175 38 223 0.22 0.83 0 0.13 284.43 0.74 0.51
Hex AF 26 DF 16 53 0 D 11C 4A 33
Octal 257 46 337 26 123 0 15 434 112 63
Binary 10101111 100110 11011111 10110 1010011 0 1101 100011100 1001010 110011

Color Harmonies of #AF26DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF26DF

Black with #AF26DF

Text Example


Text Example

White with #AF26DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF26DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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