Html Css Color HEX #AF2BEA Dark Orchid

📋 copy color: '#AF2BEA'

red 175 ◦ green 43 ◦ blue 234

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

Shades of Dark Orchid #AF2BEA

Tints of Dark Orchid #AF2BEA

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.51%

 BLUE value IS 234 (91.8% from 255) = 51.77%

R = 38.72%
G = 9.51%
B = 51.77%

CMYK

 C value IS 0.25

 M value IS 0.82

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AF2BEA (or 0xAF2BEA) is known color: Dark Orchid. HEX triplet: AF, 2B and EA. RGB value is (175,43,234). Sum of RGB (Red+Green+Blue) = 175+43+234=452 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.72% from 452); Green value is 43 (17.19% from 255 or 9.51% from 452); Blue value is 234 (91.80% from 255 or 51.77% from 452); Max value from RGB is 234 - color contains mainly: blue. Hex color #AF2BEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF2BEA is #50D415. Grayscale: #676767. Windows color (decimal): -5297174 or 15346607. OLE color: 15346607.

HSL color Cylindrical-coordinate representation of color #AF2BEA: hue angle of 281.47º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AF2BEA is Cyan = 0.25, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 43 234 -
CMYK 0.25 0.82 0 0.08
HSL 281.47º 0.82% 0.54% -
HSV(B) 281.47º 0.82% 0.92% -
XYZ 33.39 16.78 79.32 -
YUV 104.24 201.23 178.47 -
System Red Green Blue C M Y K H S L
Decimal 175 43 234 0.25 0.82 0 0.08 281.47 0.82 0.54
Hex AF 2B EA 19 52 0 8 119 52 36
Octal 257 53 352 31 122 0 10 431 122 66
Binary 10101111 101011 11101010 11001 1010010 0 1000 100011001 1010010 110110

Color Harmonies of #AF2BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2BEA

Black with #AF2BEA

Text Example


Text Example

White with #AF2BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2BEA; }

 p { color: rgb(175,43,234); }

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

background-color css

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

 a { background-color: rgb(175,43,234); }

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

border-color css

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

 span { border-color: rgb(175,43,234); }

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