Html Css Color HEX #AF23DA Dark Orchid

📋 copy color: '#AF23DA'

red 175 ◦ green 35 ◦ blue 218

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

Shades of Dark Orchid #AF23DA

Tints of Dark Orchid #AF23DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 50.93%

R = 40.89%
G = 8.18%
B = 50.93%

CMYK

 C value IS 0.20

 M value IS 0.84

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AF23DA (or 0xAF23DA) is known color: Dark Orchid. HEX triplet: AF, 23 and DA. RGB value is (175,35,218). Sum of RGB (Red+Green+Blue) = 175+35+218=428 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.89% from 428); Green value is 35 (14.06% from 255 or 8.18% from 428); Blue value is 218 (85.55% from 255 or 50.93% from 428); Max value from RGB is 218 - color contains mainly: blue. Hex color #AF23DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF23DA is #50DC25. Grayscale: #616161. Windows color (decimal): -5299238 or 14295983. OLE color: 14295983.

HSL color Cylindrical-coordinate representation of color #AF23DA: hue angle of 285.9º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AF23DA is Cyan = 0.20, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 35 218 -
CMYK 0.20 0.84 0 0.15
HSL 285.9º 0.72% 0.5% -
HSV(B) 285.9º 0.84% 0.85% -
XYZ 30.94 15.38 67.67 -
YUV 97.72 195.88 183.12 -
System Red Green Blue C M Y K H S L
Decimal 175 35 218 0.20 0.84 0 0.15 285.9 0.72 0.5
Hex AF 23 DA 14 54 0 F 11E 48 32
Octal 257 43 332 24 124 0 17 436 110 62
Binary 10101111 100011 11011010 10100 1010100 0 1111 100011110 1001000 110010

Color Harmonies of #AF23DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF23DA

Black with #AF23DA

Text Example


Text Example

White with #AF23DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF23DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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