Html Css Color HEX #AF34DE Dark Orchid

📋 copy color: '#AF34DE'

red 175 ◦ green 52 ◦ blue 222

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

Shades of Dark Orchid #AF34DE

Tints of Dark Orchid #AF34DE

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.58%

 BLUE value IS 222 (87.11% from 255) = 49.44%

R = 38.98%
G = 11.58%
B = 49.44%

CMYK

 C value IS 0.21

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF34DE (or 0xAF34DE) is known color: Dark Orchid. HEX triplet: AF, 34 and DE. RGB value is (175,52,222). Sum of RGB (Red+Green+Blue) = 175+52+222=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 52 (20.70% from 255 or 11.58% from 449); Blue value is 222 (87.11% from 255 or 49.44% from 449); Max value from RGB is 222 - color contains mainly: blue. Hex color #AF34DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF34DE is #50CB21. Grayscale: #6B6B6B. Windows color (decimal): -5294882 or 14562479. OLE color: 14562479.

HSL color Cylindrical-coordinate representation of color #AF34DE: hue angle of 283.41º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AF34DE is Cyan = 0.21, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 52 222 -
CMYK 0.21 0.77 0 0.13
HSL 283.41º 0.72% 0.54% -
HSV(B) 283.41º 0.77% 0.87% -
XYZ 32.09 16.84 70.67 -
YUV 108.16 192.25 175.68 -
System Red Green Blue C M Y K H S L
Decimal 175 52 222 0.21 0.77 0 0.13 283.41 0.72 0.54
Hex AF 34 DE 15 4D 0 D 11B 48 36
Octal 257 64 336 25 115 0 15 433 110 66
Binary 10101111 110100 11011110 10101 1001101 0 1101 100011011 1001000 110110

Color Harmonies of #AF34DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF34DE

Black with #AF34DE

Text Example


Text Example

White with #AF34DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF34DE; }

 p { color: rgb(175,52,222); }

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

background-color css

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

 a { background-color: rgb(175,52,222); }

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

border-color css

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

 span { border-color: rgb(175,52,222); }

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