Html Css Color HEX #AF34E0 Dark Orchid

📋 copy color: '#AF34E0'

red 175 ◦ green 52 ◦ blue 224

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

Shades of Dark Orchid #AF34E0

Tints of Dark Orchid #AF34E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 49.67%

R = 38.8%
G = 11.53%
B = 49.67%

CMYK

 C value IS 0.22

 M value IS 0.77

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AF34E0 (or 0xAF34E0) is known color: Dark Orchid. HEX triplet: AF, 34 and E0. RGB value is (175,52,224). Sum of RGB (Red+Green+Blue) = 175+52+224=451 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.80% from 451); Green value is 52 (20.70% from 255 or 11.53% from 451); Blue value is 224 (87.89% from 255 or 49.67% from 451); Max value from RGB is 224 - color contains mainly: blue. Hex color #AF34E0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF34E0 is #50CB1F. Grayscale: #6B6B6B. Windows color (decimal): -5294880 or 14693551. OLE color: 14693551.

HSL color Cylindrical-coordinate representation of color #AF34E0: hue angle of 282.91º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AF34E0 is Cyan = 0.22, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 175 52 224 -
CMYK 0.22 0.77 0 0.12
HSL 282.91º 0.74% 0.54% -
HSV(B) 282.91º 0.77% 0.88% -
XYZ 32.36 16.95 72.09 -
YUV 108.39 193.25 175.51 -
System Red Green Blue C M Y K H S L
Decimal 175 52 224 0.22 0.77 0 0.12 282.91 0.74 0.54
Hex AF 34 E0 16 4D 0 C 11B 4A 36
Octal 257 64 340 26 115 0 14 433 112 66
Binary 10101111 110100 11100000 10110 1001101 0 1100 100011011 1001010 110110

Color Harmonies of #AF34E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF34E0

Black with #AF34E0

Text Example


Text Example

White with #AF34E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF34E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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