Html Css Color HEX #AF23D6 Dark Orchid

📋 copy color: '#AF23D6'

red 175 ◦ green 35 ◦ blue 214

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

Shades of Dark Orchid #AF23D6

Tints of Dark Orchid #AF23D6

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.25%

 BLUE value IS 214 (83.98% from 255) = 50.47%

R = 41.27%
G = 8.25%
B = 50.47%

CMYK

 C value IS 0.18

 M value IS 0.84

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AF23D6 (or 0xAF23D6) is known color: Dark Orchid. HEX triplet: AF, 23 and D6. RGB value is (175,35,214). Sum of RGB (Red+Green+Blue) = 175+35+214=424 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.27% from 424); Green value is 35 (14.06% from 255 or 8.25% from 424); Blue value is 214 (83.98% from 255 or 50.47% from 424); Max value from RGB is 214 - color contains mainly: blue. Hex color #AF23D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF23D6 is #50DC29. Grayscale: #606060. Windows color (decimal): -5299242 or 14033839. OLE color: 14033839.

HSL color Cylindrical-coordinate representation of color #AF23D6: hue angle of 286.93º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AF23D6 is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 175 35 214 -
CMYK 0.18 0.84 0 0.16
HSL 286.93º 0.72% 0.49% -
HSV(B) 286.93º 0.84% 0.84% -
XYZ 30.42 15.17 64.94 -
YUV 97.27 193.88 183.45 -
System Red Green Blue C M Y K H S L
Decimal 175 35 214 0.18 0.84 0 0.16 286.93 0.72 0.49
Hex AF 23 D6 12 54 0 10 11F 48 31
Octal 257 43 326 22 124 0 20 437 110 61
Binary 10101111 100011 11010110 10010 1010100 0 10000 100011111 1001000 110001

Color Harmonies of #AF23D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF23D6

Black with #AF23D6

Text Example


Text Example

White with #AF23D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF23D6; }

 p { color: rgb(175,35,214); }

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

background-color css

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

 a { background-color: rgb(175,35,214); }

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

border-color css

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

 span { border-color: rgb(175,35,214); }

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